// defend w no counsellor or UT Take us back.> > > > > // unrecoverable failures // SMF Shields Malfunction Responses was M__89 --psm 98.09.19 // Conflict Resolution_____________________________________ --psm 98.09.15-19 // Encountering an alien ship... // "encounterAlien" or "engageAlien" evokes one of 3 possible response tags // these cmmds are recommended // 1 Enemy is Friendly // 2 Enemy is Hostile-->we then fightEnemy // 3 Enemy Attacks you-->we then suffer enemyFire // When the sim gets the "EnemyFire" command, // the enemy is then classified as: Strong, Weak, or Damaged. // now you determine how to respond //if your enemy evaluates as INVincible, you could ask permission to withdraw //with... HQCmd2,MSG47, // When the sim gets the "TargetDestroyed" command, the conflict ends. // But if Phasers arent ready... --psm 98/09/30 // FightEnemy results in one of these tags being read // The sim decides the tag, you the author insert the logical command response // these "target..." cmmds cause the preferred responses.... but you dont have to use them //target is deemed Invincible.... what will you do, or have them do? //targetDestroyed-->we then simply "zapEnemy" thus conflict ends //targetDisabled-->we then simply "clrEnemy" thus conflict ends //targetImpacted-->we then get enemyFire //targetTouched or 'dented'-->we then get enemyFire //targetUnaffected-->we then get enemyFire // Conflict Resolution messages Invading ship to Starfleet captain: Do not continue to block our path!> Invading ship to Starfleet captain: Your shields are still up. We have no choice but to interpret this as an act of aggression!> We have destroyed the invading ship. They are no danger to us now.> //end